home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-24 | 1.8 KB | 71 lines | [TEXT/MPS ] |
- #include "PIGeneral.r"
-
- resource 'PiPL' (128, purgeable)
- {
- {
- Kind { Filter },
- Name { "Closure…" },
- Category { "Text" },
- Version { (latestFilterVersion << 16) | latestFilterSubVersion },
- Code68K { '8BFM', $$ID },
- CodePowerPC { 0, 0, "main" },
- SupportedModes { { 0x3F, 0xC0 } },
- FilterCaseInfo
- {
- {
- /* Flat data, no selection */
- inStraightData, outStraightData,
- doesNotFilterLayerMasks, doesNotWorkWithBlankData,
- doNotCopySourceToDestination,
-
- /* Flat data with selection */
- inStraightData, outStraightData,
- doesNotFilterLayerMasks, doesNotWorkWithBlankData,
- doNotCopySourceToDestination,
-
- /* Floating selection */
- inStraightData, outStraightData,
- doesNotFilterLayerMasks, doesNotWorkWithBlankData,
- doNotCopySourceToDestination,
-
- /* Editable transparency, no selection */
- inStraightData, outStraightData,
- doesNotFilterLayerMasks, doesNotWorkWithBlankData,
- doNotCopySourceToDestination,
-
- /* Editable transparency, with selection */
- inStraightData, outStraightData,
- doesNotFilterLayerMasks, doesNotWorkWithBlankData,
- doNotCopySourceToDestination,
-
- /* Preserved transparency, no selection */
- inStraightData, outStraightData,
- doesNotFilterLayerMasks, doesNotWorkWithBlankData,
- doNotCopySourceToDestination,
-
- /* Preserved transparency, with selection */
- inStraightData, outStraightData,
- doesNotFilterLayerMasks, doesNotWorkWithBlankData,
- doNotCopySourceToDestination
- }
- }
- }
- };
-
- resource 'PiMI' (128, purgeable)
- { latestFilterVersion,
- latestFilterSubVersion,
- 0,
- supportsGrayScale +
- supportsRGBColor +
- supportsCMYKColor +
- supportsHSLColor +
- supportsHSBColor +
- supportsMultichannel +
- supportsDuotone +
- supportsLABColor,
- ' ', /* No required host */
- {},
- { dontCopySourceToDestination }
- };
-